home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / Oldies / Haktar / AltesHaus / Äste < prev    next >
Encoding:
Text File  |  1999-12-03  |  222 b   |  18 lines

  1. ifitemin Äste,INV
  2.  [
  3.   do Äste weglegen
  4.    [
  5.     print OK.
  6.     move Äste,INV,ACTROOM
  7.     addweight -3
  8.    ]
  9.  |
  10.   do Äste nehmen
  11.    [
  12.     print Du hast sie. Etwas sperrig !
  13.     move Äste,ACTROOM,INV
  14.     addweight 3
  15.    ]
  16.  ]
  17.  
  18.